home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00485_Script_485
< prev
next >
Wrap
Text File
|
1995-05-21
|
381b
|
21 lines
on mouseDown
put "QuitBTN" into f
put "QuitBTNHL" into fHL
hiliter 6, f, fHL
puppetsound "button.aif"
updatestage
end
on mouseUp
global gTheDay, gColorDepth, bg
puppetsound 0
WhatDayIsIt
set the castNum of sprite 6 = cast "QuitBTN"
optionsOff
updatestage
set the colordepth to gColorDepth
if objectp(bg) then bg(mDispose)
Quit
end